-
Notifications
You must be signed in to change notification settings - Fork 132
MQE-1520: Consolidate WAIT_TIMEOUT in .env and pageload_timeout #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…nfig - changed functional.suite.dist to use wait timeout - added default setters in bootstrap files (will always be defined) - removed default in actionObject
- Fixed Verification Tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realized that WAIT_TIMEOUT is now a required environment variable, it makes sense to uncomment it from .env.example. Do you agree?
@jilu1 Are you sure that WAIT_TIMEOUT is required now? If it is in fact required, I think we should undo that and make it NOT required. We should provide a sensible default of 30 seconds or something like that. |
Updated .env.example
@tomreece I saw it from a different perspective that WAIT_TIMEOUT is always required now but it’s Ok with me if we want to "hide" it from .env. |
Description